﻿* {
	margin: 0;
	padding: 0;
	font-family: "AlibabaLight";
    
}
ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }
html{font-size: 100px;}

body {
	position: relative;
	height: 100%;
    width: 100%;
    overflow-x: hidden;
}

li {
	list-style: none;
}

img {
	display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
	transition: all .3s;
}

body {
	font-family: "AlibabaLight";
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;

}

.pcHidden {
	display: none;
}
input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite!important;
    -webkit-text-fill-color: #fff;
    -webkit-transition: background-color 50000s ease-in-out 0s!important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset!important;
    transition: background-color 50000s ease-in-out 0s!important;
    background-color: transparent!important;
    background-image: none !important;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}

/*头部区域*/
header {
    width: 100%;
	height: 1.1rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	background: linear-gradient(0deg, #00000000 0%, #000000bf 100%);
}

header .top {
	margin: 0px 0.6rem;
	height: 1.1rem;
    display: flex;
    justify-content: space-between;
;
}

header .img {
	float: left;
	margin: 0.2rem 0;

}

header .img img {
	height: 0.7rem;
	margin: 0px;
	padding: 0px;
}

header .right {
    display: flex;
    align-items: center;

}

header ul {

    display: flex;
      

}

header ul li {
	padding: 0.40rem 0.31rem;
	margin-right: 0.3rem;
    font-size: 16px;
	float: left;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    position: relative;

}

header ul li::after {
    content: '';
    position: absolute;
    bottom: 0rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }


header ul li.search{
	margin-left: 0.25rem;
}

header ul li.search::after{
	width: 0%;
}

header ul li.search img {
	height: 0.36rem;
	margin-top: -0.05rem;
}

.search_container {
    position: absolute;
    left: -3rem;
    padding: 0;
    display: none;
    z-index: 2;
    top: 100%;
    border: 0;
  }
 

  .search_container .box_search {
    width: 4rem;
    margin: auto;
    position: relative;
    border: 0;
  }
  .search_container .box_search input[type='text'] {
    display: block;
    width: 100%;
    height: 0.52rem;
    border: 0;
    flex-shrink: 0;
    border-radius: 0.12rem;
    border: 0.02rem solid #ffffffcc;
    background: #ffffff1a;
    font-size: 0.16rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.3rem;
    outline: none;
    color: #ffffff;
  }
  .search_container .box_search input::placeholder {
    color: #ffffff99;
    }
  .search_container .box_search p{
    margin: 0px; padding: 0px;
  }
  .search_container .box_search label {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.3rem;
    cursor: pointer;
  }
  .search_container .box_search label input {
    display: none;
  }
  .search_container .box_search label p img {
    height: 0.25rem !important;
  }


header ul li.acitve {

}

header ul li span{
    display: block;
}

header ul li.acitve::after {
	width: 100%;
	font-family: "AlibabaMedium";
}

header ul li:hover::after {
	width: 100%;
}
header ul .search:hover::after{
	width: 0% !important;
}
header ul li.acitve span {
	font-family: "AlibabaMedium";
}


header ul li.search span {
	display: inline-block;
	
}

header .line {
	height: 1px;
	margin: 0px 0.6rem;
	line-height: 1px;
	border-top: 1px solid rgba(255,255,255,0.2);

}
header ul li.languagecss{
	
}

header ul li.languagecss::after{
	width: 0%;
}
header ul li.languagecss span{
     display: inline-block;
     color: rgba(255, 255, 255, 0.7);
     font-family: "AlibabaLight";
}
header ul li.languagecss span.on{
    color: rgb(255, 255, 255);
    font-family: "AlibabaRegular";
}

.dropdown-menu {

    z-index: 0;
    float: left;
    min-width: 1rem;
    color: #4a4f54;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .1rem;
    padding: 0.2rem 0;
    font-size: .875rem;
    list-style: none;
    display: none;
	width: 2rem;
    position: absolute;
    margin-top: -3px !important;
    top: 100%;
    left: -3px
}
header ul li:hover .dropdown-menu {

    display: block;
    z-index: 1000;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .10rem 0.3rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.18rem;
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #004a80;;
    text-decoration: none;

}

/*banner区域*/
.swiper-slide .imgtip {
	position: absolute;
	color: #fff;
	top: 4.05rem;
	z-index: 9999;
	left: 1.15rem;
}

.swiper-slide .imgtip span {
	display: block;
}

.swiper-slide .imgtip .chinese {
	font-family: "AlibabaBold";
	font-size: 0.8rem;

	color: #fcfcfc;
	text-shadow: 0 0.0476rem 0.0476rem #0000005e;
	padding-left: 0.2rem;
	font-style: normal;
	height: 0.9rem;
	line-height: 0.9rem;
	margin-bottom: 0.1rem;

}
.swiper-slide .imgtip .chinese span{
	float: left;
	display: inline-block;
	font-family: "AlibabaHeavy";
}
.swiper-slide .imgtip .chinese .line{
	margin-right: 0.3rem;
	margin-top: 0.08rem;
	width: 0.08rem;
	height: 0.75rem;
	background-color: #fff;
	
}

.swiper-slide .imgtip   .english {

	font-size: 0.3rem;
	font-family: "AlibabaRegular";
	color: #fcfcfc;
	text-shadow: 0 0.0476rem 0.0476rem #0000005e;
	padding-left: 0.58rem;
	font-style: normal;
	letter-spacing: 0.075rem;
	line-height: normal;

}

.swiper-slide .imgtip span {
	display: block;
}

.swiper-slide .imgtip .video {
	width: 1.7rem;
	height: 0,05rem;
	flex-shrink: 0;
	border-radius: 0.08rem;
	border: 1px solid #ffffff9e;
	margin-top: 0,8rem;
	line-height: 0.5rem;
	cursor: pointer;
	font-size: 0.18rem;
	font-family: "AlibabaMedium";
}

.swiper-slide .imgtip .video:hover {
	background-color: #ffffff;
	color: #000;
}

.swiper-slide .imgtip .video i {
	background-image: url('../images/play.png');
	width: 20px;
	height: 50px;
	background-size: 20px 20px;
	display: inline-block;
	margin-left: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}

.swiper-slide .imgtip .video span {
	display: inline-block;
	font-family: "AlibabaRegular";
	float: left;
	margin-left: 15px;
}

.swiper-container {
	width: 100%;
	overflow: hidden;
	height: 100vh;
}

.swiper-container .swiper-pagination {
	left: 1.35rem;
	bottom: 0.75rem;
	width: auto;
}

.swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
	background: #ffffff99;
	display: block;
	float: left;
}

.swiper-pagination-bullet-active {
	background: #fff;
	width: 12px;
	height: 12px;
	margin-top: -2px !important;
}


/*banner切换区域*/
.bottommeng {
	width: 100%;
	height: 1.6rem;
	flex-shrink: 0;
	position: absolute;
	bottom: 0px;
	background: linear-gradient(180deg, #00000000 0%, #000000bf 100%);
	z-index: 999;
}

.bottommeng .swiper-button-next,
.bottommeng .swiper-button-prev {
	right: 1rem !important;
	bottom: 0.7rem !important;
	left: inherit;
	top: inherit;
	height: 0.48rem;
	width: 0.48rem;
	background-repeat: no-repeat;
	background-size: 100%;
    opacity: 0.6;

}

.bottommeng .swiper-button-next:hover,
.bottommeng .swiper-button-prev:hover {
    opacity: 1;

}

.bottommeng .swiper-button-next::after,
.bottommeng .swiper-button-prev::after {
	display: none;
}

.bottommeng .swiper-button-prev {
	right: 1.8rem !important;
	background-image: url('../images/prev.png');
}
 
.bottommeng .swiper-button-next {
	right: 1rem !important;
	background-image: url('../images/next.png');
}


.main {

    background-color: #f5f5f5;
    float: left;
    width: 100%;


}

.common .titlemore {
    height: 0.85rem;
    margin-bottom: 0.1rem;
    padding-top: 0.1rem;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    width: calc(100% - 1.2rem);
    float: left;
}

.common .titlemore2 {
    height: 0.55rem;
    margin-bottom: 0.1rem;
    padding-top: 0.1rem;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    width: calc(100% - 1.2rem);
    float: right;
}

.common .content {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    margin-top: 0.3rem;
    width: calc(100% - 1.2rem);
}

.common .titlemore span {
    display: inline-block;
    cursor: pointer;

}
.common .titlemore2 span {
    display: inline-block;
    cursor: pointer;
    font-size: 0.3rem;
    font-family: "AlibabaExtraBold";
    color: #1c1f2366;
    text-align: center;
    line-height: 1.5;
    float: left;

}
.common .titlemore2 span:hover{
    color: #fff;
}
.common .titlemore2 span.active {

    color: #fff;
    border-bottom:0.03rem #000 solid ;

}
.common .titlemore .title {
    background-image: url(../images/Group25.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 2.08rem;
    font-size: 0.4rem;
    font-family: "AlibabaExtraBold";
    background-size: 100%;
    height: 0.6rem;
    line-height: 0.4rem;
}

.common .titlemore3 {
    height: 0.55rem;
    margin-bottom: 0.1rem;
    padding-top: 0.1rem;
    margin-right: 0.6rem;
    width: calc(100% - 1.2rem);
    float: left;
    margin-left: 0.6rem;
    margin-right: 1.83rem;
}

.common .titlemore3 span {
    display: inline-block;
    cursor: pointer;
    font-size: 0.3rem;
    font-family: "AlibabaExtraBold";
    margin-right: 0.7rem;
    color: #1c1f2366;
    text-align: center;

}
.common .titlemore3 span.active {

    color: #1c1f23;
    border-bottom:3px #000 solid ;

}

.common .more {
    float: right;
    line-height: 0.55rem;;

    margin-right: 0px;
    color: #004a86;
    font-size: 0.16rem;
    font-weight: 500;
    border-radius: 8px;

    width: 1.64rem;
    height:0.55rem;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #004A86;
    background: #FFF;
    text-align: center;
    font-family: "AlibabaMedium";

    background-image: url(../images/Group72.png);
    background-repeat: no-repeat;
    background-position: 1.18rem center;
	background-size: 0.14rem 0.12rem;


}
.common .more:hover{
    background-color: #014985;

    color: #fff;
    background-image: url(../images/Frame31.png);
}
.common .more a{
    color: #004a86;
    text-decoration: none;
    font-family: "AlibabaMedium";
    font-size: 0.16rem;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.common .more:hover a{
    color: #fff;
}


.hide{
    display: none !important;
}

.show{
    display: block !important;
}

/*公司要闻区域*/

.gsywbgcss {
    float: left;
    margin-top: 0.4rem;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    opacity: 1;
   
    background-image: url(../images/NEWS.png);

}



.gsyw {
    margin-top: 0.2rem;
    width: 100%;
    float: left;
    background-image: url(../images/Vector8.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.gsyw>.content {
    float: left;


    width: calc(100% - 1.2rem);
    opacity: 1;


    padding-bottom: 0.4rem;


}



.gsyw .content .left {
    float: left;
    width: 47.5%;
    margin-left: 0px;
	overflow: hidden;
	border-radius: 18px 18px 0 0;
}

.gsyw .content .left div.img {
    width: 100%;
    height: 4.55rem;
    overflow: hidden;
}

.gsyw .content .left img {
    width: 100%;
    height: 100%;


}
.gsyw .content .left:hover img {
    transform: scale(1.1);
	
}

.gsyw .content .left span {
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    display: block;
    height: 1.1rem;
    line-height: 0.9rem;
    text-align: left;
    font-size: 0.24rem;
    font-family: "Alibababold";
	padding-left: 0.1rem;
}

.gsyw .content .right {
    float: right;
    width: 48.33%;
    height: auto;
    overflow: hidden;
}

.gsyw .content .item {

    margin-bottom: 0px;
    float: left;
width: 100%;
}

.gsyw .content .item a {

    text-decoration: none;
    color: #1c1f23;

}

.gsyw .content .right .item {

    margin-bottom:0.26rem;
    float: left;
    border-bottom: 2px #E2E2E2 solid;
    padding-bottom: 0.27rem;
}

.gsyw .content .right .item:last-child {

    margin-bottom:0px;
    float: left;
    border-bottom: 0px #E2E2E2 solid;
    padding-bottom: 0px;
}

.gsyw .content .lf {
    float: left;
    width: 1.14rem;
    height: 0.64rem;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.gsyw .content .lf img {
    float: left;
    height: 100%;
    width: 100%;
}
.gsyw .content .lf:hover img {
    transform: scale(1.1);
	
}

.gsyw .content .rh {
    float: right;
    width: calc(100% - 1.3rem);
	cursor: pointer;
}

.gsyw .content .rh .title {
    font-size: 0.19rem;
    width: calc(100% - 0.15rem);
    display: block;
    font-weight: bold;
	color: #1c1f23;	
}

.gsyw .content .rh .content {
    font-size: 0.14rem;
    width: calc(100% - 0.15rem);
    height: 0.4rem;
    overflow: hidden;
    display: block;
    display: block;
	color: #666666;
    line-height: 0.2rem;
    margin-right: 0.15rem;
    margin-top: 0px;
    margin-left: 0px;
}

.gsyw .content .rh:hover .title {

	color: #004a86;
}
.gsyw .content .rh:hover .content {

	color: #004a86;
}


/*业务地图*/

.ywdt {
    margin-top: 0rem;
    padding-bottom: 0.1rem;
    width: 100%;
    float: left;
    background-color: #fff;
	padding-top: 0.5rem;
    padding-left: 0.6rem;
	padding-right: 0rem;
}
.ywdt .content{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
    background-position: top right;
    background-size: 2.5rem auto;
	width: 100%;
	float: left;
}

.ywdt .hd {
    float: left;
    width: 2.3rem;
    position:relative;
    z-index: 2;
    font-size: 0.16rem;
}

.ywdt .hd .left{
	margin-top: 2.5rem;
}

.ywdt .hd ul::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.25rem;
    border-left: 1px dashed #0085AD;
    transition: all 1s;
    z-index: -1;
}

.ywdt .hd ul li {
    line-height: 0.22rem;
    padding-left: 0.25rem;
    position: relative;
    margin-bottom: 0.46rem;
    transition: all 0.5s;
    cursor: pointer;
    color: #1c1f23;
    font-family: "AlibabaMedium";
	text-transform: uppercase;
}
.ywdt .hd ul li span{
    color: #1c1f23c6;
    font-family: "AlibabaMedium";
}

.ywdt .hd ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d9d9d9;
    transition: all 0.5s;
}

.ywdt .hd ul li.on {
    color: #004a86;
}

.ywdt .hd ul li.on::before {
    width: 8px;
    height: 8px;
    background-color: #004a86;
}
.ywdt .hd ul li.on span{
    color: #004a86;
}
.ywdt .mySwiperywdt {
    float: left;
    width: 13rem;
    position: relative;
    max-height: 9rem;
    

}
.ywdt .ywdtmengceng{
    width: 1.23rem;
    position:absolute;
    height: 7rem;
    z-index: 2;
    background-image: url(../images/Rectangle129.png);
    background-position: left top;
    background-repeat: no-repeat;
    left: 2.5rem;
    z-index: 99;
    display: none;
   /* background: linear-gradient(to right,  rgba(247, 250, 255, 1),rgba(0, 0, 0, 0));*/
}
.ywdt .ywdtmengceng2{
    width: 1.23rem;
    position: absolute;
    height: 7rem;
    z-index: 2;
    background-image: url(../images/Rectangle129.png);
    background-position: left top;
    background-repeat: no-repeat;
    right: 2.3rem;
    z-index: 9999;
    float: right;
    display: none;
    background: linear-gradient(to right,  rgba(0, 0, 0, 0),rgba(247, 250, 255, 1));
}

.ywdt .rightline {
    width: 2.3rem;
    float: right;
    position: relative;
    z-index: 2;

}
.ywdt .titlemore{
    margin-left: 0px;
    margin-top: 0.5rem;
    }
.ywdt .titlemore2{
margin-left: 0px;
margin-right: 1rem;
}
.ywdt .content.on1 {

    background-image: url(../images/on11.png);


}
.ywdt .content.on2 {

    background-image: url(../images/on21.png);


}
.ywdt .content.on3 {

    background-image: url(../images/on31.png);
  

}
.ywdt .content.on4 {

    background-image: url(../images/on41.png);
 

}
.ywdt .rightline  .ct{
    height: 5.55rem;
    margin-top: 1rem;
	position: absolute;
	right:0.6rem;
}
.ywdt .rightline  .ct .line{
    height:100% ;
    width: 1px;
    margin:  0 auto;
    background-color:#d6d6d6 ;
    display: inline-block;
	
	
}
.ywdt .rightline .op{
    background-color: #fff;
    position: absolute;
    top: 32.1%;
    
}
.ywdt .rightline .swiper-pagination {
    position: relative;
    width: auto;
    margin-top: 32%;
    transform: translateX(-50%);
    padding: 0.5rem 0 0.2rem 0;
    line-height: 0.22rem;
    font-size: 12px;
    color: #004a86;
	font-family: "AlibabaBold";

}
.ywdt .rightline .swiper-pagination span{
	font-family: "AlibabaBold";
}

.ywdt .rightline .swiper-pagination .swiper-pagination-total {
    color: #666;
}

.ywdt .rightline .next {
    position: relative;
    cursor: pointer;
    transform: translateX(-50%);
    width: 0.55rem;
    height: 0.56rem;
    background: url(../images/Group118.png)no-repeat center;
    transition: all 0.5s;
    margin-bottom: 0.3rem;
    background-size: 100%;

}

.ywdt .rightline .next:hover {
    transform: translateX(-50%) scale(0.8);
}

.ywdt .tip {
    float: left;
    width: 100%;
    margin-top: 10px;
	color: #999999;
	font-size: 12px;
}

.mySwiperywdt img {
	width: 93%;
	height: 100%;
	display: block;
    margin: 0 auto;
}
.mySwiperywdt p,
.mySwiperywdt h2 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-size: 0.5rem;
	color: #fff;
	font-weight: bold;
	top: 0;
}

/*企业文化*/

.qywh {
    width: 100%;
    float: left;
    background-image: url(../images/qywh.png);
    background-size: cover;
}

.qywhbgcss {
    width: 100%;
    float: left;
    padding-bottom: 0.5rem;
    background-repeat: no-repeat;
    background-position: right 0.3rem;
    width:  100%;
    height: auto;
    opacity: 1;
    background-image: url(../images/Engineer.png);
	padding-top: 0.5rem;

}

.qywh .content {
	
     margin-top: 0.5rem;
     float: left;
     width: calc(100% - 1.2rem);
}


.qywh  .top50  {
    margin-top: 0.5rem !important;
}
.qywh  .content .swiper-slide{
    
    display: flex;
      justify-content: center;
      align-items: center;

}
.qywh  .content img {
    width: 100%;
}

.qywh  .content  .swiper-slide  span{
    position: absolute;
    bottom: 2.3rem;
    display: block;
    margin: 0 0.45rem;
    font-size: 0.28rem;
    line-height: 150%;
    color: #f2f2f2;
    font-family: "AlibabaLight";
    text-align: left;
   
}
.qywh  .content  .swiper-slide  span:nth-child(2) img{

    width: 3.75rem;

   
}
.qywh  .content  .swiper-slide  span:nth-child(3){

    bottom: 0.7rem !important;
    transition: 0.6s;
    opacity: 0;

   
}

.qywh  .content  .swiper-slide.active  span:nth-child(3){
    bottom: 1.7rem !important;
    opacity: 1;

   
}

.qywh .content .mySwiperqywh{
    width: 17.4rem;
}
.mySwiperqywh .swiper-button-next,
.mySwiperqywh .swiper-button-prev {

	height: 0.78rem;
	width: 0.78rem;
	background-repeat: no-repeat;
	background-size: 100%;

}

.mySwiperqywh .swiper-button-next::after,
.mySwiperqywh .swiper-button-prev::after {
	display: none;
}

.mySwiperqywh .swiper-button-prev {

	background-image: url('../images/Group471.png');
    background-size: 0.78rem 0.78rem;
}

.mySwiperqywh .swiper-button-next {

	background-image: url('../images/Group472.png');
    background-size:0.78rem 0.78rem;
    
}

/*媒体报道*/
.newmedia {


    background-size: 7.46rem 0.9rem;
    position: relative;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: right 0.5rem;
    padding-top: 0.8rem !important;
    background-color:8 #fff!important;
    background-image: url('../images/newmedia.png');

}

.newmedia .nbg {
    

    margin-top: 0.6rem;
    padding: 10px 10px 0 24%;
    width: 100%;
    position: absolute;
    right: 0px;
    z-index: 888;
    background-color: #F2F2F2 !important;
}

.newmedia  .first{
    width:4.58rem;
    position: absolute;
    margin-top: 0.6rem;
    z-index: 999;
    background-color: #F2F2F2 !important;
}

.newmedia .nbg .first img {
    width: 100%;
}

.newmedia .nbg .white {
    width: 3.28rem;
    height: 2.14rem;
}
.newmedia .nbg .white img {
    width: 72.5%;
    margin-top: 0.3rem;
}
.newmedia .nbg .white span {
    margin-bottom: 0.15rem;
}

/*回到顶部*/
.duik-go-to {
    z-index: 10000;
    width: 0.48rem;
    height: 0.48rem;
    color: #fff;
    opacity: 1;
    background: #22374866;
    border-radius: 50%;
    font-size: 0.18rem;
    transition: all .3s ease-out;
    position: fixed;
    bottom: 1rem;
    right: 0.25rem;
}

.duik-go-to:hover {

    background: #004A86;

}

.duik-go-to.show {
    bottom: 1rem;
}

.duik-go-to__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.duik-go-to:hover,
.duik-go-to:focus:hover {
    color: #fff;
    opacity: .84
}




.other {
    margin-top: 0px;
    width: 100%;
    float: left;
    background-color: #fff;
}


.other div {
    float: left;
}
.other .left2 {
    position: relative;
}
.other .left2 p{
    position: absolute;
    top: 30%;
    left: 55%;
}
.other .left2 p span{
    display: block;
    font-family: "AlibabaLight";
    line-height: 0.3rem;
    font-size: 0.2rem;
    color: #fff;
}

.other .white {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 4.05rem;
    margin-left: 0.7rem;
    text-align: center;
    height: 2.65rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
}

.other .first img {
    width: 100% !important;
}

.other .white img {
    width: 2.88rem;
    margin: 0 auto;
    margin-top: 0.36rem;
}

.other .white span {
    font-size: 0.16rem;
    display: inline-block;
    font-family: "AlibabaRegular";
    color: #999;
    height: 0.5rem;
    line-height: 0.5rem;
}

.other .rl {
    position: relative;
    width: 100%;
    margin-top: 0.6rem;

}

.other .right {
    float: right;
    width: 61%;
    right: 0%;
    position: absolute;
    height: 100%;
    
}

.other .right span {
    display: block;
    color: #fff;
    line-height: 150%;
    font-size: 0.22rem;
    font-family: "AlibabaLight";
}

.other .left {
    float: left;
    width: 40%;
    position: absolute;
    height: 100%;
    
}

.other .left span {

    color: #666;
    line-height: 0.35rem;
    font-size: 0.2rem;
    margin-right: 5px;
}





